home *** CD-ROM | disk | FTP | other *** search
/ The Best of Tucows 2 / The Best of TUCOWS Volume 2.iso / setup95 / install.exe / 0 / RCDATA / TMAINWINDOW / TMAINWINDOW.txt < prev   
Text File  |  1997-10-06  |  1KB  |  71 lines

  1. object mainWindow: TmainWindow
  2.   Left = 29
  3.   Top = 607
  4.   Width = 281
  5.   Height = 188
  6.   Caption = 'Install TUCOWS'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PrintScale = poNone
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 257
  22.     Height = 49
  23.     AutoSize = False
  24.     Caption = 'Which browser would you like to install on your system?'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'System'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     Transparent = True
  32.     WordWrap = True
  33.   end
  34.   object Button1: TButton
  35.     Left = 8
  36.     Top = 64
  37.     Width = 257
  38.     Height = 18
  39.     Caption = '&Netscape v4.03'
  40.     TabOrder = 0
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 8
  45.     Top = 88
  46.     Width = 257
  47.     Height = 18
  48.     Caption = '&Microsoft Internet Explorer v4.0'
  49.     TabOrder = 1
  50.     OnClick = Button2Click
  51.   end
  52.   object Button3: TButton
  53.     Left = 8
  54.     Top = 112
  55.     Width = 257
  56.     Height = 18
  57.     Caption = 'None, just &install the program group.'
  58.     TabOrder = 2
  59.     OnClick = Button3Click
  60.   end
  61.   object Button4: TButton
  62.     Left = 8
  63.     Top = 136
  64.     Width = 257
  65.     Height = 18
  66.     Caption = '&Cancel'
  67.     TabOrder = 3
  68.     OnClick = Button4Click
  69.   end
  70. end
  71.